Install Xrdp Server
2016/04/01 |
Install Xrdp Server to connect to CentOS from the Windows Remote Desktop function.
|
|
[1] | Install and start Xrdp Server. |
# install from EPEL
[root@dlp ~]#
[root@dlp ~]# yum --enablerepo=epel -y install xrdp systemctl start xrdp [root@dlp ~]# systemctl enable xrdp |
[2] | If Firewalld is running, allow RDP port. |
[root@dlp ~]# firewall-cmd --add-port=3389/tcp --permanent success [root@dlp ~]# firewall-cmd --reload success |
[3] | Connect from Windows clients. For example on Windows 10. Start [Remote Desktop connection] on the Start-Menu. |
[4] | Input the hostname or IP address you'd like to connect and push the [Connect] button. |
[5] | Answer with [Yes]. |
[6] | Input a user which is in Fedora to authenticate. |
[7] | Just connected. |